home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Applications / Graphics / graph / MacPhase 1.1.0 / MacPhase / MacPhase.rsrc / TEXT_257_menus.txt < prev    next >
Encoding:
Text File  |  1992-06-13  |  8.8 KB  |  154 lines

  1. Menus 
  2. Help version 1.0.0
  3.  
  4. File
  5. ‚Ä¢New allows you to creat a window filled with a number you provide or you can paste the clipboard into a new window.
  6.  
  7. ‚Ä¢Open or Save any file format from the following list:
  8.  
  9. MacPhase - saves and reads data in MacPhase format
  10.  
  11. Text - reads and stores in most text formats; also you can save text in other forms like Hex and PostScript‚Ñ¢ image format
  12.  
  13. Binary - reads and stores data in byte, 2 byte integer, 4 byte integer, and real form, also all formats are PC form (byte swapping) supported.
  14.  
  15. PICT - reads and stores both version 2 PICTS can be read, this is not fully supported at this time but it does work most of the time.  Note:  MacPhase assumes that it is a gray level PICT.
  16.  
  17. Mathematica - stores data in a text form which can be read into Mathematica using the Mathematica command Get[] command
  18.  
  19. TIFF - Most 4 and 8 bit TIFFs can be read, MacPhase can not yet write TIFFs
  20.  
  21. CLUT - Read and save Color look up tables which you have made by activating the CLUT window and chosing Save or Open from the file menu.  These CLUTs can be either made in MacPhase by double clicking on an entry in the CLUT or you can create CLUTs in another program then using Multifinder you can swap to MacPhase and save the CLUT.  In order to do the later, make sure Restore CLUT on resume is off in Preferences.
  22.  
  23. PICS -MacPhase does not read/write the PICS format yet, look for this in later versions.
  24.  
  25. snd Resource - MacPhase can read snd resources but it can not store them yet.
  26.  
  27. These file formats can be selected by using the pop up menu at the bottom of the save/open dialog box.  MacPhase filters the files shown in the file picker dialog box according to most obvious file types used.  If your file may is not the type MacPhase looks for, check the "Show all files" button.
  28.  
  29. ‚Ä¢Preferences allows chose in some options on the way MacPhase operates.  All these items are self explainitory except for the CLUT refresh on resume from multifinder.  If this is un-checked, you will be able to move from a drawing program which has its own CLUT, click into MacPhase, highlight the CLUT window, and save the Mac's present color look up table.  Then open this file and it will be placed into the CLUT menu.
  30.  
  31. ‚Ä¢Printing is available under Print Window.  I hope to add a half/tone algorithm which will allow you to print reasonably well on a ImageWriter or DeskWriter.  ALSO NOTE:  If you do have a postscript laser printer but the driver an earlier version you can save your data in Postscript‚Ñ¢ form or plain text then use the postscript command IMAGE to print out a half-tone.  See the postscript Blue Book for more information.
  32.  
  33. ‚Ä¢Print Special allows you to place more than one window on a page, follow the directions listed in the Print Special dialog
  34.  
  35. Edit
  36. ‚Ä¢Undo allows undoing of some operations, you will have to use trail and error to find out which operations it works for
  37.  
  38. ‚Ä¢Copy will copy the entire window if no region of interest is active or it will copy the region of interest.
  39.  
  40. ‚Ä¢Paste allows you to paste the clipboard into the window.  When you paste the clipboard to a window, move the cliped data (picture) to the position you want, then click on the Paste box in to tool window.
  41.  
  42. ‚Ä¢Duplicate will copy the ROI or window to a new window
  43.  
  44. ‚Ä¢Paste options allows the user to choose how the clipboard will be pasted.  You can choose from so basic functions and math operations.  The result can be either copied into the selected window or placed into a new window.  NOTE:  Data copied to the clipboard can be either copied as a picture (PICT) or as tab deliminated text, these can then be pasted into a drawing or spreadsheet, respectively.
  45.  
  46. ‚Ä¢Edit Data allows you to see your data in a spread sheet form.  Right now you can only look at your data, no editting is available, yet.  NOTE:  MacPhase takes a lonnnnnnng time converting the picture to data for the spread sheet.
  47.  
  48. ‚Ä¢Re-Dimension allows interactive re-dimensioning of your data through mouse dragging.
  49.  
  50. ‚Ä¢Change data type is not supported yet
  51.  
  52. ‚Ä¢Zoom In, Zoom Out are not supported yet
  53.  
  54. ‚Ä¢Enlarge allows you to symetrically enlarge your data array size.  Three levels of enlargement are available, rough, smooth, and smoother.  Rough just duplicates data values, while smooth and smoother convolves you data with a 3x3 array.
  55.  
  56. ‚Ä¢Reduces allows you to symetrically decrease your data array size.  Averaging or no averaging are supported.
  57.  
  58. Math
  59. ‚Ä¢Simple Math allows you to do some simple math operations.
  60.  
  61. ‚Ä¢Function allows you to do a specific function to your data
  62.  
  63. ‚Ä¢If then... allows you to specify a range and replace data values accordingly
  64.  
  65. ‚Ä¢Cook Compressor - Compression algorithm developed by Physist P. Cook
  66.  
  67. ‚Ä¢Size Data - size the data in the active window NOTE: this is a centering operation.
  68.  
  69. ‚Ä¢Abberation - allows you to generate optical abberation OPD.
  70.  
  71. ‚Ä¢FlipFlop - moves edges into center and visa versa because of the way the FFT algorithm works, the low frequencies are at the edges and high frequencies are at the center
  72.  
  73. ‚Ä¢Rotate CCW, RotateCW, Rotate about X-axis, and Rotate about Y-axis does either the whole window or a selection
  74.  
  75. ‚Ä¢Rotate - This rotates the ROI or window a entered amount...this doesn't quite work correctly but you can Undo if you don't like it
  76.  
  77. ‚Ä¢Show Statistics calculates some simple stats.  NOTE:  MacPhase calculates them everytime you select this menu item, if you have already calculated them before and you know your data hasn't changed, hold the Option key down while selecting this menu item.
  78.  
  79. ‚Ä¢Show Histogram calculates the histogram of the picture representation of your data.
  80.  
  81. Filter
  82. ‚Ä¢Filter/Window is used to filter FFT data or window your data before doing an FFT.  This can also be used to make simple apertures of different functions.  The last selected filter is the active filter for the tools, see tools topic for more information.
  83.  
  84. ‚Ä¢Simple filter is a convolution filter you can define your own 5x5 or 3x3 or use ones provided.   Here are some additional suggested matrix which can be used:
  85.  
  86. High pass:
  87.                        -.3 -.3 -.3 -.3 -.3
  88.  1¬†-2¬†¬†1      -.3 -.3 -.3 -.3 -.3
  89. -2¬†¬†5¬†-2  or  -.3 -.3 9.7 -.3 -.3
  90. ¬†1¬†-2¬†¬†1      -.3 -.3 -.3 -.3 -.3
  91.               -.3 -.3 -.3 -.3 -.3
  92. -45¬∞       45¬∞
  93.  2 -1 -1        -1 -1  2
  94. -1  2 -1        -1  2 -1
  95. -1 -1  2         2 -1 -1
  96.  
  97. ‚Ä¢Dither is not supported yet
  98.  
  99. ‚Ä¢Random Dither is not supported yet
  100.  
  101. ‚Ä¢Binary is not supported yet
  102.  
  103. ‚Ä¢Make mask and Apply mask are still in development, right now only make mask works.  Make mask allows you to make a mask of for you data depending on a certain data value.  In the future this mask will be used for some specific math operations, like Zernike fits, and for plotting.  In both cases, the mask will be used to determine which data values should be used.
  104.  
  105. Graphics
  106. ‚Ä¢Contour plot.  This contour plot does not do any spline type operations...Look for that in later versions.
  107.  
  108. ‚Ä¢3D plot
  109.  
  110. ‚Ä¢Color contour is a color scale
  111.  
  112. ‚Ä¢Line plot
  113.  
  114. ‚Ä¢Slide Show - allows you to quickly scan through selected windows in the form of a slide show or movie, follow the instructions in that dialog.  Text can also be displayed during the slide show.
  115.  
  116. ‚Ä¢Graph Options - This gives you some control of how data will be graphed.  Allows you specify labels, tick number plot range, etc.
  117.  
  118. ‚Ä¢Font and Font size allow you to change the font and font size in windows
  119.  
  120. ‚Ä¢CLUTs varity of color look up tables and color scanning options. (See section on Mouse for more information)
  121.  
  122. ‚Ä¢Refresh active window is used when Auto refresh is toggled off
  123.  
  124. ‚Ä¢Auto refresh can be toggled on/off this will be used mainly when complicated 3D plots are visible.  Check this item so you don't spend all your time watching 3D plots redraw.
  125.  
  126. Transform
  127. ‚Ä¢Fast Fourier transform and Inverse FFT.  These are floating point FFTs so they are somewhat slow, 
  128.                                             256x256 : 79 seconds
  129.                                             128x128 : 21 seconds
  130.                                                     64x64 :     7 seconds on a Mac CX
  131.  
  132. I hope to optimize my FFT algorithm later.
  133.  
  134. ‚Ä¢Row Fourier transform is not yet complete.  When it is finished Row FFT will allow you to take row only FFTs of 2D data.
  135.  
  136. ‚Ä¢Zernike Fit is not yet supported
  137.  
  138. ‚Ä¢Play as a sound - Allows you to play line plots as sound.  You can play 2D data if you first take a slice of of it using the Slice tool.
  139.  
  140. Extra
  141.  
  142. Extra consists of special options placed in MacPhase by special request.  Currently two options are or will be available:  Support of a Data Translation frame grabber, and a macro language.  If you have a special request feel free to contact The Otter Solution.
  143.  
  144.  
  145. Window
  146. ‚Ä¢Rename window - allows you to rename a window  NOTE:  For MacPhase to operate properly, all windows should have a unique name.
  147.  
  148. ‚Ä¢Hide Info,
  149.  
  150. ‚Ä¢Hide CLUT,
  151.  
  152. ‚Ä¢Hide Tools these allow you to hide/show these windows
  153.  
  154. ‚Ä¢MacPhase keeps a window list to help you locate a window if its buried under a million other windows